Gets the new state for the object.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
State 
As T
C#
public T 
State { 
get; }
Visual C++
public:
property T 
State {
		T 
get ();
}
JavaScript
function get_
state();

Field Value

Gets the new state for this event.

See Also